Skip to content

updating package to work on modern nim versions#21

Open
samdmarshall wants to merge 1 commit into
fenekku:masterfrom
samdmarshall:master
Open

updating package to work on modern nim versions#21
samdmarshall wants to merge 1 commit into
fenekku:masterfrom
samdmarshall:master

Conversation

@samdmarshall

Copy link
Copy Markdown

I recently had to rebuild a bunch of personal command line tools using a modern version of nim-lang and found I had to make updates to this as a dependency to compile on version 2.2.10 of the language. I've made my own fork to resolve my local build dependencies but wanted to contribute this small change upstream incase anyone else wants to continue using this as well.

I ran the tests locally on an arm64 Mac and they all seem to pass with this change.

  • commandeer.nim :modified:
    • changing import to new std/parseopt
    • changing types to tuples for accessing the parseopt types
  • commandeer.nimble :modified:
    • bumping version number

* commandeer.nim :modified:
  - changing import to new std/parseopt
  - changing types to tuples for accessing the parseopt types
* commandeer.nimble :modified:
  - bumping version number
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant